Autogenerated HTML docs for v2.19.1-708-g4ede3
diff --git a/git-update-ref.txt b/git-update-ref.txt index fda8516..9671423 100644 --- a/git-update-ref.txt +++ b/git-update-ref.txt
@@ -129,8 +129,8 @@ symbolic refs before creating the log name) describing the change in ref value. Log lines are formatted as: - . oldsha1 SP newsha1 SP committer LF -+ + oldsha1 SP newsha1 SP committer LF + Where "oldsha1" is the 40 character hexadecimal value previously stored in <ref>, "newsha1" is the 40 character hexadecimal value of <newvalue> and "committer" is the committer's name, email address @@ -138,8 +138,8 @@ Optionally with -m: - . oldsha1 SP newsha1 SP committer TAB message LF -+ + oldsha1 SP newsha1 SP committer TAB message LF + Where all fields are as described above and "message" is the value supplied to the -m option.